Christian Dywan [Sun, 30 Nov 2008 05:22:03 +0000 (05:22 +0000)]
Bug 561186 – GdkPixbuf API type checking needs cleanup
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 561186 – GdkPixbuf API type checking needs cleanup
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_write),
(gdk_pixbuf_loader_get_pixbuf), (gdk_pixbuf_loader_get_animation),
(gdk_pixbuf_loader_close), (gdk_pixbuf_loader_get_format):
* gdk-pixbuf-scale.c (gdk_pixbuf_scale), (gdk_pixbuf_composite),
(gdk_pixbuf_composite_color), (gdk_pixbuf_scale_simple),
(gdk_pixbuf_composite_color_simple):
* gdk-pixbuf-simple-anim.c (gdk_pixbuf_simple_anim_add_frame):
* gdk-pixbuf-util.c (gdk_pixbuf_add_alpha),
(gdk_pixbuf_apply_embedded_orientation):
Improve type checking in pixbuf API
svn path=/trunk/; revision=21832
Christian Dywan [Sun, 30 Nov 2008 05:04:29 +0000 (05:04 +0000)]
Bug 539263 – Deprecate gdk_window_get_toplevels
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 539263 – Deprecate gdk_window_get_toplevels
* gdk/gdkwindow.c:
* gdk/gdkwindow.h: Deprecate gdk_window_get_toplevels
svn path=/trunk/; revision=21831
Federico Mena Quintero [Sat, 29 Nov 2008 22:15:37 +0000 (22:15 +0000)]
bnc447004 - Flip tree lines around in the right-to-left case
2008-11-29 Federico Mena Quintero <federico@novell.com>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): If tree lines are
enabled, flip them around for the right-to-left case. Fixes
https://bugzilla.novell.com/show_bug.cgi?id=447004. Patch by
Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt>
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21829
Baptiste Mille-Mathias [Sat, 29 Nov 2008 21:19:12 +0000 (21:19 +0000)]
Update all screnshots of reference to have a consistent look.
svn path=/trunk/; revision=21828
Christian Persch [Sat, 29 Nov 2008 21:14:31 +0000 (21:14 +0000)]
Typo fix.
* gtk/gtkselection.c: Typo fix.
svn path=/trunk/; revision=21827
Matthias Clasen [Sat, 29 Nov 2008 08:22:00 +0000 (08:22 +0000)]
better deprecation notes
svn path=/trunk/; revision=21826
Matthias Clasen [Sat, 29 Nov 2008 08:10:22 +0000 (08:10 +0000)]
More deprecation cleanup
svn path=/trunk/; revision=21825
Matthias Clasen [Sat, 29 Nov 2008 08:02:42 +0000 (08:02 +0000)]
More deprecation cleanup
svn path=/trunk/; revision=21824
Matthias Clasen [Sat, 29 Nov 2008 07:58:34 +0000 (07:58 +0000)]
More of the same
svn path=/trunk/; revision=21823
Matthias Clasen [Sat, 29 Nov 2008 07:56:32 +0000 (07:56 +0000)]
More of the same
svn path=/trunk/; revision=21822
Matthias Clasen [Sat, 29 Nov 2008 07:29:25 +0000 (07:29 +0000)]
better deprecation annotation
svn path=/trunk/; revision=21821
Matthias Clasen [Sat, 29 Nov 2008 07:22:00 +0000 (07:22 +0000)]
improve deprecation annotation
svn path=/trunk/; revision=21820
Matthias Clasen [Sat, 29 Nov 2008 07:19:12 +0000 (07:19 +0000)]
improve deprecation annotation
svn path=/trunk/; revision=21819
Matthias Clasen [Sat, 29 Nov 2008 07:12:49 +0000 (07:12 +0000)]
improve deprecation annotation
svn path=/trunk/; revision=21818
Matthias Clasen [Sat, 29 Nov 2008 07:06:37 +0000 (07:06 +0000)]
better deprecation annotation
svn path=/trunk/; revision=21817
Matthias Clasen [Sat, 29 Nov 2008 07:01:32 +0000 (07:01 +0000)]
Improve deprecation annotation
svn path=/trunk/; revision=21816
Matthias Clasen [Sat, 29 Nov 2008 06:57:55 +0000 (06:57 +0000)]
Improve deprecation annotations
svn path=/trunk/; revision=21815
Matthias Clasen [Sat, 29 Nov 2008 06:31:17 +0000 (06:31 +0000)]
Improve deprecation annotations
svn path=/trunk/; revision=21814
Matthias Clasen [Fri, 28 Nov 2008 04:04:03 +0000 (04:04 +0000)]
Don't rely on gtk_expander_get_label
svn path=/trunk/; revision=21812
Christian Dywan [Wed, 26 Nov 2008 08:36:10 +0000 (08:36 +0000)]
Bug 561504 – testgtk should load rc file from sub folder
2008-11-26 Christian Dywan <christian@imendio.com>
Bug 561504 – testgtk should load rc file from sub folder
* tests/testgtk.c (main):
Make testgtk look in subfolder and warn if not found
svn path=/trunk/; revision=21809
Christian Dywan [Tue, 25 Nov 2008 15:59:05 +0000 (15:59 +0000)]
Bug 559009 – gtk_radio_button_get_group documentation needs to say
2008-11-25 Christian Dywan <christian@imendio.com>
Bug 559009 – gtk_radio_button_get_group documentation needs
to say whether to free the returned GSList
* gtk/tmpl/gtkradiobutton.sgml: Clarify radio_button_get_group docs
svn path=/trunk/; revision=21808
Johan Dahlin [Tue, 25 Nov 2008 13:09:43 +0000 (13:09 +0000)]
Bug 559947 – Unchecked dependency on python>=2.4
2008-11-25 Johan Dahlin <jdahlin@async.com.br>
Bug 559947 – Unchecked dependency on python>=2.4
* gtk/gtk-builder-convert:
Avoid using sorted() which is only present in python 2.
svn path=/trunk/; revision=21807
Tristan Van Berkom [Mon, 24 Nov 2008 19:20:16 +0000 (19:20 +0000)]
Bug 561539 - Fix warnings when size allocations fall short of border width
* gtk/gtkalignment.c: Bug 561539 - Fix warnings when size allocations
fall short of border width and padding.
svn path=/trunk/; revision=21805
Li Yuan [Mon, 24 Nov 2008 06:33:34 +0000 (06:33 +0000)]
Bug #554002. Add cache's page count when add pages.
2008-11-24 Li Yuan <li.yuan@sun.com>
* gailnotebook.c: (gail_notebook_page_added):
Bug #554002. Add cache's page count when add pages.
svn path=/trunk/; revision=21800
Paul Bolle [Sat, 22 Nov 2008 14:26:00 +0000 (14:26 +0000)]
Bug 561335 - Fix typos in GtkToolItem documentation
* gtk/gtktoolitem.c: Fix typos in GtkToolItem documentation
svn path=/trunk/; revision=21798
Matthias Clasen [Fri, 21 Nov 2008 08:21:28 +0000 (08:21 +0000)]
Use a new gtk-doc feature to generate much nicer indices.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am:
* gdk/Makefile.am:
* gdk-pixbuf/Makefile.am: Use a new gtk-doc feature to generate
much nicer indices.
* gtk/drawing-model.xml: Fix document structure
svn path=/trunk/; revision=21795
Matthias Clasen [Fri, 21 Nov 2008 08:20:19 +0000 (08:20 +0000)]
Bump gtk-doc dependency to 1.11 for nicer index-generation.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump gtk-doc dependency to 1.11 for
nicer index-generation.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.[hc]: Declare structs in a way that
gtk-doc understands.
svn path=/trunk/; revision=21794
Christian Dywan [Mon, 17 Nov 2008 09:50:55 +0000 (09:50 +0000)]
Bug 377699 – realizing gtk.Progress() causes SEGV
2008-11-17 Christian Dywan <christian@imendio.com>
Bug 377699 – realizing gtk.Progress() causes SEGV
* gtk/gtkprogress.c: Define GtkProgress as an abstract type
svn path=/trunk/; revision=21792
Nickolay V. Shmyrev [Sun, 16 Nov 2008 01:30:23 +0000 (01:30 +0000)]
Updated Russian translation by Anton Shestakov
2008-11-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation by Anton Shestakov
svn path=/trunk/; revision=21791
Christian Dywan [Thu, 13 Nov 2008 08:48:38 +0000 (08:48 +0000)]
Bug 560602 – Wrong GtkMenuItem default value (test fails)
2008-11-13 Christian Dywan <christian@imendio.com>
Bug 560602 – Wrong GtkMenuItem default value (test fails)
* gtk/gtkmenuitem.c (gtk_menu_item_class_init):
Correct default "label" value to ""
svn path=/trunk/; revision=21788
Christian Dywan [Wed, 12 Nov 2008 16:11:30 +0000 (16:11 +0000)]
Bug 560139 – GtkEntry doesn't paint with the right state
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 560139 – GtkEntry doesn't paint with the right state
* gtk/gtkentry.c (gtk_entry_class_init), (gtk_entry_draw_frame),
(gtk_entry_expose): Reflect the right state if state-hint is set
svn path=/trunk/; revision=21787
Christian Dywan [Wed, 12 Nov 2008 15:48:51 +0000 (15:48 +0000)]
Bug 559619 – invisible-char default cannot be tested
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 559619 – invisible-char default cannot be tested
* gtk/tests/defaultvalue.c (test_type):
Skip invisible-char when testing
svn path=/trunk/; revision=21786
Richard Hult [Wed, 12 Nov 2008 15:39:33 +0000 (15:39 +0000)]
Implement, patch from Paul Davis.
2008-11-12 Richard Hult <richard@imendio.com>
* gtk/gtkdnd-quartz.c: (gtk_drag_set_icon_pixmap): Implement,
patch from Paul Davis.
svn path=/trunk/; revision=21785
Christian Dywan [Wed, 12 Nov 2008 15:15:02 +0000 (15:15 +0000)]
Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
* gtk/tests/object.c (list_ignore_properties),
(object_test_property), (main): Ignore GtkCurve when testing
svn path=/trunk/; revision=21784
Richard Hult [Wed, 12 Nov 2008 13:30:22 +0000 (13:30 +0000)]
Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
2008-11-12 Richard Hult <richard@imendio.com>
Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
* gdk/gdk.c:
* gdk/gdkinternals.h: Add eventloop debug facility.
* gdk/quartz/gdkeventloop-quartz.c: Big rework of the quartz
mainloop integration, patch from Owen Taylor. See bug #550942 for
the details.
svn path=/trunk/; revision=21783
Richard Hult [Wed, 12 Nov 2008 12:56:17 +0000 (12:56 +0000)]
Bug 558586 – handling of keyboard under darwin (quartz)
2008-11-12 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the
new API when building on 64-bit, since there are still old non-xml
layouts used out there we don't want to break them. (For 64-bit
those layouts doesn't work so we don't have a choice there.)
svn path=/trunk/; revision=21782
Matthias Clasen [Tue, 11 Nov 2008 18:10:20 +0000 (18:10 +0000)]
Chain up enter and leave notify handlers
svn path=/trunk/; revision=21781
Michael Natterer [Tue, 11 Nov 2008 18:07:25 +0000 (18:07 +0000)]
Bug 553765 – Add orientation API to GtkRange
2008-11-11 Michael Natterer <mitch@imendio.com>
Bug 553765 – Add orientation API to GtkRange
* gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
evil code that makes sure that the stepper_detail and slider_detail
set in GtkRangeClass continue to work with the hacked subclasses
below.
* gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
and add gtk_scale_new() and gtk_scale_new_with_range() which take
a GtkOrientation argument. Set slider_detail to "Xscale" so above
evil code works.
* gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
above evil code works.
* gtk/gtkhscale.c
* gtk/gtkvscale.c
* gtk/gtkhscrollbar.c
* gtk/gtkvscrollbar.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: changed accordingly.
svn path=/trunk/; revision=21780
Michael Natterer [Tue, 11 Nov 2008 17:47:13 +0000 (17:47 +0000)]
Bug 553765 – Add orientation API to GtkRange
2008-11-11 Michael Natterer <mitch@imendio.com>
Bug 553765 – Add orientation API to GtkRange
* gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
evil code that makes sure that the stepper_detail and slider_detail
set in GtkRangeClass continue to work with the hacked subclasses
below.
* gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
and add gtk_scale_new() and gtk_scale_new_with_range() which take
a GtkOrientation argument. Set slider_detail to "Xscale" so above
evil code works.
* gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
above evil code works.
* gtk/gtkhscale.c
* gtk/gtkvscale.c
* gtk/gtkhscrollbar.c
* gtk/gtkvscrollbar.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: changed accordingly.
svn path=/trunk/; revision=21779
Michael Natterer [Tue, 11 Nov 2008 15:45:08 +0000 (15:45 +0000)]
move deprecated functions together, move setters and getters together,
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.h: move deprecated functions together, move
setters and getters together, some indentation cleanup.
svn path=/trunk/; revision=21778
Michael Natterer [Tue, 11 Nov 2008 15:28:07 +0000 (15:28 +0000)]
implement the GtkOrientable interface and deprecate
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.[ch]: implement the GtkOrientable interface
and deprecate gtk_toolbar_get,set_orientation().
* gtk/gtk.symbols: changed accordingly.
svn path=/trunk/; revision=21777
Nickolay V. Shmyrev [Mon, 10 Nov 2008 20:01:46 +0000 (20:01 +0000)]
Bug fixes in Russian translation.
svn path=/trunk/; revision=21776
Marek Kasik [Mon, 10 Nov 2008 15:33:44 +0000 (15:33 +0000)]
Bug 560135 - Print when the user double clicks a printer
2008-11-10 Marek Kasik <mkasik@redhat.com>
Bug 560135 - Print when the user double clicks a printer
* gtk/gtkprintunixdialog.c: add handling of double click to
GtkPrintUnixDialog.
svn path=/trunk/; revision=21775
Michael Natterer [Fri, 7 Nov 2008 16:50:29 +0000 (16:50 +0000)]
argh, actually call the newly added private gtk_paned_calc_position()
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkpaned.c: argh, actually call the newly added private
gtk_paned_calc_position() instead of the deprecated public
version.
svn path=/trunk/; revision=21774
Michael Natterer [Fri, 7 Nov 2008 16:41:39 +0000 (16:41 +0000)]
Fix my email.
svn path=/trunk/; revision=21773
Michael Natterer [Fri, 7 Nov 2008 16:39:50 +0000 (16:39 +0000)]
Bug 553586 – Add orientation API to GtkPaned
2008-11-07 Michael Natterer <mitch@gimp.org>
Bug 553586 – Add orientation API to GtkPaned
* gtk/gtkpaned.[ch]: implement the GtkOrientable interface
and swallow all code from GtkHPaned and GtkVPaned. Add
gtk_paned_new() which takes a GtkOrientation argument. Deprecate
gtk_paned_compute_position() for good (also for GTK_COMPILATION).
* gtk/gtkhpaned.[ch]
* gtk/gtkvpaned.[ch]: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_box_new().
svn path=/trunk/; revision=21772
Johan Dahlin [Fri, 7 Nov 2008 16:25:26 +0000 (16:25 +0000)]
Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
2008-11-07 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkcontainer.c (gtk_container_buildable_add_child):
Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
svn path=/trunk/; revision=21771
Michael Natterer [Thu, 6 Nov 2008 23:52:30 +0000 (23:52 +0000)]
remove bogus newlines in the middle of function calls, fix broken
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkscrollbar.c: remove bogus newlines in the middle of
function calls, fix broken indentation and remove trailing
whitespace.
svn path=/trunk/; revision=21769
Michael Natterer [Thu, 6 Nov 2008 23:51:59 +0000 (23:51 +0000)]
Fix broken ChangeLog formatting.
svn path=/trunk/; revision=21768
Tristan Van Berkom [Thu, 6 Nov 2008 17:34:30 +0000 (17:34 +0000)]
Made buildable and added support for adding children of type "submenu"
* gtk/gtkmenuitem.c: Made buildable and added support for adding children
of type "submenu"
* gtk/gtkwindow.c: Added support for custom tag "accel-groups" to add GtkAccelGroups
to the window.
* gtk/gtkcontainer.c: Added builder contextual warnings in buildable_add_child()
* gtk/tests/builder.c: Added tests for buildable menus (test that accelerators are
properly connected on stock items, test the menu hierarchy, test permission to
add alien/custom menuitem children).
* docs/reference/gtk/tmpl/gtkbuilder.sgml, docs/reference/gtk/tmpl/gtkwindow.sgml,
docs/reference/gtk/tmpl/gtkmenuitem.sgml: Updated docs for buildable submenus
and accel groups.
svn path=/trunk/; revision=21767
Tristan Van Berkom [Thu, 6 Nov 2008 17:19:08 +0000 (17:19 +0000)]
added new apis gtk_menu_item_[set/get]_label() and
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkmenuitem.[ch]: added new apis gtk_menu_item_[set/get]_label() and
gtk_menu_item_[set/get]_use_underline() with "label" and "use-underline"
properties, constructors cleaned up to use g_object_new().
GtkMenuItemClass take new vfuncs ->get/set_label().
* gtk/gtkcheckmenuitem.c: constructors cleaned up to use g_object_new().
* gtk/gtkimagemenuitem.[ch]: added new apis gtk_image_menu_item_[get/set]_use_stock()
and gtk_image_menu_item_set_accel_group() with "use-stock" and write-only
"accel-group" properties. constructors cleaned up to use g_object_new().
svn path=/trunk/; revision=21766
Tristan Van Berkom [Thu, 6 Nov 2008 17:03:35 +0000 (17:03 +0000)]
Fixed a crasher in GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
* gtk/gtkbuilder.h: Fixed a crasher in GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
svn path=/trunk/; revision=21765
Tristan Van Berkom [Thu, 6 Nov 2008 16:36:16 +0000 (16:36 +0000)]
gtk_label_set_attributes() now applies attributes on top of any markup or
* gtk/gtklabel.c: gtk_label_set_attributes() now applies attributes
on top of any markup or mnemonic attributes (bug 558409).
* README: Updated and added release notes for 2.16
svn path=/trunk/; revision=21764
Richard Hult [Thu, 6 Nov 2008 15:35:56 +0000 (15:35 +0000)]
Bug 558586 – handling of keyboard under darwin (quartz)
2008-11-06 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Patch from
Arnaud Charlet to replace use of deprecated keyboard layout API
with the new TIS API available in 10.5. The old code is still used
when building for 10.4.
svn path=/trunk/; revision=21763
Richard Hult [Wed, 5 Nov 2008 19:12:48 +0000 (19:12 +0000)]
Revert (at least for now) the alt/cmd switching since it breaks the
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkevents-quartz.c:
(get_keyboard_modifiers_from_ns_event), (create_key_event): Revert
(at least for now) the alt/cmd switching since it breaks the
"alt-gr" functionality of alt which makes it impossible to input
lots of characters.
svn path=/trunk/; revision=21761
Christian Dywan [Wed, 5 Nov 2008 14:27:33 +0000 (14:27 +0000)]
Bug 559404 – gtk_editable_insert_text counts length in bytes
2008-11-05 Christian Dywan <christian@imendio.com>
Bug 559404 – gtk_editable_insert_text counts length in bytes
* gtk/gtkeditable.c:
Document new_text_length as the number of bytes
svn path=/trunk/; revision=21760
Richard Hult [Wed, 5 Nov 2008 10:26:47 +0000 (10:26 +0000)]
Set the fill color outside the loop.
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_impl_quartz_begin_paint_region): Set the fill color
outside the loop.
svn path=/trunk/; revision=21759
Richard Hult [Wed, 5 Nov 2008 10:24:30 +0000 (10:24 +0000)]
Fix build for win32 and quartz.
2008-11-05 Richard Hult <richard@imendio.com>
* gtk/gtkstatusicon.c: (gtk_status_icon_set_has_tooltip),
(gtk_status_icon_get_tooltip_markup): Fix build for win32 and
quartz.
svn path=/trunk/; revision=21758
Nickolay V. Shmyrev [Tue, 4 Nov 2008 23:36:22 +0000 (23:36 +0000)]
Updated Russian translation by Anton Shestakov.
2008-11-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation by Anton Shestakov.
svn path=/trunk/; revision=21757
Tor Lillqvist [Mon, 3 Nov 2008 22:38:29 +0000 (22:38 +0000)]
Bug 557212 - Problem with which window gains focus and is visible
2008-11-04 Tor Lillqvist <tml@novell.com>
Bug 557212 - Problem with which window gains focus and is visible
* gdk/win32/gdkevents-win32.c (ensure_stacking_on_activate_app):
Only do the restacking for the active window of the
application. Seems to fix the problem.
(gdk_event_translate): Only call ensure_stacking_on_activate_app()
when the application is being activated, not deactivated.
svn path=/trunk/; revision=21756
Matthias Clasen [Mon, 3 Nov 2008 19:46:21 +0000 (19:46 +0000)]
Add new statusicon tooltip api
svn path=/trunk/; revision=21754
Christian Persch [Mon, 3 Nov 2008 18:40:56 +0000 (18:40 +0000)]
Bug 558001 – gtk_icon_view_enable_model_drag_[source|dest] problem
svn path=/trunk/; revision=21753
Matthias Clasen [Mon, 3 Nov 2008 04:45:18 +0000 (04:45 +0000)]
Fix the build
svn path=/trunk/; revision=21752
Matthias Clasen [Sun, 2 Nov 2008 05:01:23 +0000 (05:01 +0000)]
Make it possible to overrule the gtk-menu-images setting.
2008-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimagemenuitem.c: Make it possible to overrule the
gtk-menu-images setting.
* gtk/gtkaction.c (connect_proxy): Show the image before adding
it to the image menu item.
svn path=/trunk/; revision=21751
Tor Lillqvist [Sat, 1 Nov 2008 12:18:07 +0000 (12:18 +0000)]
Print the random client type name, not the fixed one.
svn path=/trunk/; revision=21750
Tor Lillqvist [Sat, 1 Nov 2008 11:57:42 +0000 (11:57 +0000)]
New interactive test program to verify client message functionality.
2008-11-01 Tor Lillqvist <tml@novell.com>
* tests/testclientmessage.c: New interactive test program to
verify client message functionality.
* tests/Makefile.am: Add it.
svn path=/trunk/; revision=21749
Tor Lillqvist [Sat, 1 Nov 2008 11:55:16 +0000 (11:55 +0000)]
Bug 558278 - Crash when calling a callback set by
2008-11-01 Tor Lillqvist <tml@novell.com>
Bug 558278 - Crash when calling a callback set by
gdk_add_client_message_filter()
* gdk/win32/gdkevents-win32.c (apply_event_filters): Rename from
apply_filters() so that it is clear that this function is for
GdkEventFilters only.
(print_event): Print more information for GDK_CLIENT_EVENT events.
(gdk_event_translate): When handling client filters, don't use
apply_event_filters(). Use similar code as in the X11 backend,
although not exactly, as the parameter list and return value
semantics of gdk_event_translate() is different.
svn path=/trunk/; revision=21748
Matthias Clasen [Sat, 1 Nov 2008 05:33:26 +0000 (05:33 +0000)]
Add support for button press/release and scroll events. Patch by Ed Catmur
* gtk/gtkstatusicon.[hc]: Add support for button press/release and
scroll events. Patch by Ed Catmur
svn path=/trunk/; revision=21746
Matthias Clasen [Sat, 1 Nov 2008 04:32:40 +0000 (04:32 +0000)]
Bug 322934 – Replace menu's proxy icons with empty space hiding icons
* gtk/gtkmenu.c (gtk_menu_size_request): Use consistent padding
regardless of imagees or checks being in the menu. Also add
padding on the right edge.
Proposal by Luca Ferretti, patch by Jon McCann
svn path=/trunk/; revision=21745
Matthias Clasen [Sat, 1 Nov 2008 04:15:14 +0000 (04:15 +0000)]
Bug 412134 – Add API to query style properties from the style
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 412134 – Add API to query style properties from the style
* gtk/gtk.symbols:
* gtk/gtkstyle.[hc]: Add getters for style properties to
avoid the need for ugly workarounds with dummy widget instances.
Patch by Mariano Suárez-Alvarez
svn path=/trunk/; revision=21744
Matthias Clasen [Sat, 1 Nov 2008 02:11:08 +0000 (02:11 +0000)]
Remove debug spew
svn path=/trunk/; revision=21743
Christian Dywan [Fri, 31 Oct 2008 22:16:41 +0000 (22:16 +0000)]
Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?
* gtk/gtk.symbols:
* gtk/gtkfontsel.c:
* gtk/gtkfontsel.h:
Deprecate gtk_font_selection_dialog_get_apply_button
svn path=/trunk/; revision=21742
Matthias Clasen [Fri, 31 Oct 2008 18:20:07 +0000 (18:20 +0000)]
Bug 558323 – glitches when popping up combos in treeviews
gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_set_property):
Don't set the model property on the combo box, since that leads
to loops.
svn path=/trunk/; revision=21740
Christian Dywan [Fri, 31 Oct 2008 08:56:42 +0000 (08:56 +0000)]
Bug 347230 – testicontheme shortcomings
* tests/testicontheme.c (main):
Use theme for "display" and quit on window closing
svn path=/trunk/; revision=21739
Matthias Clasen [Fri, 31 Oct 2008 03:46:00 +0000 (03:46 +0000)]
Bug 558522 – scroll arrow painted insensitive even though there are
2008-10-30 Matthias Clasen <mclasen@redhat.com>
Bug 558522 – scroll arrow painted insensitive even though there
are pages beyond the edge
gtk/gtknotebook.c (gtk_notebook_real_insert_page): Redraw
arrows. Pointed out by Christian Persch
svn path=/trunk/; revision=21738
Tor Lillqvist [Thu, 30 Oct 2008 19:24:38 +0000 (19:24 +0000)]
Remove fuzzy marker from header and use charset=UTF-8 to avoid crashing
2008-10-30 Tor Lillqvist <tml@novell.com>
* ast.po: Remove fuzzy marker from header and use charset=UTF-8 to
avoid crashing with some versions of msgfmt.
svn path=/trunk/; revision=21737
Michael Natterer [Thu, 30 Oct 2008 18:39:06 +0000 (18:39 +0000)]
Fix email.
svn path=/trunk/; revision=21736
Michael Natterer [Thu, 30 Oct 2008 18:38:06 +0000 (18:38 +0000)]
gtk/gtkcellrenderertext.h gtk/gtkentry.[ch] gtk/gtkimcontext.h
2008-10-30 Michael Natterer <mitch@gimp.org>
* gtk/gtkcellrenderertext.h
* gtk/gtkentry.[ch]
* gtk/gtkimcontext.h
* gtk/gtklabel.c
* gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>,
remove its inclusion here.
svn path=/trunk/; revision=21735
Michael Natterer [Thu, 30 Oct 2008 16:34:16 +0000 (16:34 +0000)]
no need to include <gtk/gtkenums.h> in headers which somehow include
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
somehow include gtkobject.h or another header which includes it.
svn path=/trunk/; revision=21734
Marek Kasik [Thu, 30 Oct 2008 16:24:27 +0000 (16:24 +0000)]
Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing
2008-10-30 Marek Kasik <mkasik@redhat.com>
Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing
* gtk/gtk.symbols
* gtk/gtkprintsettings.c
* gtk/gtkprintsettings.h
* docs/reference/gtk/gtk-sections.txt
* modules/printbackends/file/gtkprintbackendfile.c
* modules/printbackends/test/gtkprintbackendtest.c
* modules/printbackends/cups/gtkprintbackendcups.c
* modules/printbackends/lpr/gtkprintbackendlpr.c:
Added lpi (lines per inch) setting to GtkPrintSettings and support
for anamorphic dpi. Surface fallback resolution is set to 2*lpi.
svn path=/trunk/; revision=21733
Michael Natterer [Thu, 30 Oct 2008 15:58:06 +0000 (15:58 +0000)]
no need to include <gdk/gdk.h> in any widget header, it's included via
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gdk/gdk.h> in any widget header,
it's included via gtkwidget.h anyway.
svn path=/trunk/; revision=21732
Sven Neumann [Thu, 30 Oct 2008 15:04:38 +0000 (15:04 +0000)]
removed redundant conditional.
2008-10-30 Sven Neumann <sven@gimp.org>
* gtk/gtkwidget.c (gtk_widget_get_property): removed redundant
conditional.
svn path=/trunk/; revision=21731
Christian Dywan [Thu, 30 Oct 2008 08:49:18 +0000 (08:49 +0000)]
Bug 557316 – GtkLinkButton should consider user-defined tooltip
* gtk/gtklinkbutton.c (gtk_link_button_query_tooltip_cb):
Only override the tooltip if not previously set
svn path=/trunk/; revision=21728
Federico Mena Quintero [Wed, 29 Oct 2008 18:59:40 +0000 (18:59 +0000)]
The GTK+ Drawing Model: new chapter for the documentation
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21727
Christian Dywan [Wed, 29 Oct 2008 15:25:15 +0000 (15:25 +0000)]
Bug 557762 – Misleading error message in GDK DirectFB
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open):
Correctly say GetInputDevice instead of GetDisplayLayer
svn path=/trunk/; revision=21726
Christian Dywan [Wed, 29 Oct 2008 15:08:49 +0000 (15:08 +0000)]
Bug 558397 – gtk_widget_error_bell undefined without a screen
* gtk/gtkwidget.c (gtk_widget_error_bell): Test the settings
instance and return silently if unset
svn path=/trunk/; revision=21725
Michael Natterer [Tue, 28 Oct 2008 22:55:23 +0000 (22:55 +0000)]
fix small typo.
2008-10-28 Michael Natterer <mitch@imendio.com>
* gdk/keyname-table.h: fix small typo.
svn path=/trunk/; revision=21724
Richard Hult [Mon, 27 Oct 2008 14:54:57 +0000 (14:54 +0000)]
Bug 557894 – Wrong return value for gdk_pointer_grab_info_libgtk_only()
2008-10-27 Richard Hult <richard@imendio.com>
Bug 557894 – Wrong return value for
gdk_pointer_grab_info_libgtk_only()
* gdk/quartz/gdkevents-quartz.c:
(gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a
pointer grab. Patch by Owen Taylor.
svn path=/trunk/; revision=21722
Matthias Clasen [Mon, 27 Oct 2008 04:27:03 +0000 (04:27 +0000)]
Fix up short descriptions
svn path=/trunk/; revision=21721
Matthias Clasen [Mon, 27 Oct 2008 04:07:42 +0000 (04:07 +0000)]
Add GtkOrientable
svn path=/trunk/; revision=21720
Matthias Clasen [Mon, 27 Oct 2008 04:03:51 +0000 (04:03 +0000)]
add a short desc
svn path=/trunk/; revision=21719
Matthias Clasen [Mon, 27 Oct 2008 04:02:57 +0000 (04:02 +0000)]
Add short desc
svn path=/trunk/; revision=21718
Matthias Clasen [Mon, 27 Oct 2008 03:07:16 +0000 (03:07 +0000)]
More conversion to C_()
svn path=/trunk/; revision=21717
Matthias Clasen [Mon, 27 Oct 2008 01:42:28 +0000 (01:42 +0000)]
Use C_() instead of Q_(). String change!
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaccellabel.c:
* gtk/gtkcalendar.c:
* gtk/gtkcellrendereraccel.c:
* gtk/gtkcellrendererprogress.c:
* gtk/gtkimmulticontext.c:
* gtk/gtkrecentchoosermenu.c:
* gtk/gtkvolumebutton.c: Use C_() instead of Q_(). String change!
svn path=/trunk/; revision=21716
Christian Persch [Sun, 26 Oct 2008 20:37:17 +0000 (20:37 +0000)]
Bug 557065 – gtkcellrendererpixbuf spams console over and over with
'could not load image' warnings
* gtk/gtkcellrendererpixbuf.c:
(gtk_cell_renderer_pixbuf_create_themed_pixbuf): Remove noisy
g_warning.
svn path=/trunk/; revision=21715
Philip Withnall [Sun, 26 Oct 2008 12:11:11 +0000 (12:11 +0000)]
Bug 530454 – Clarify page_nr when printing
2008-10-26 Philip Withnall <philip@tecnocode.co.uk>
Bug 530454 – Clarify page_nr when printing
* gtk/gtkprintoperation.c (gtk_print_operation_class_init):
Point out
that page_nr is 0-based in the documentation.
svn path=/trunk/; revision=21714
Matthias Clasen [Sat, 25 Oct 2008 23:12:03 +0000 (23:12 +0000)]
Bug 557315 – stale clipboard target cache
2008-10-25 Matthias Clasen <mclasen@redhat.com>
Bug 557315 – stale clipboard target cache
* gtk/gtkclipboard.c (gtk_clipboard_set_contents): Remove cached
targets. Pointed out by Evan Stade
svn path=/trunk/; revision=21713
Tristan Van Berkom [Fri, 24 Oct 2008 18:25:43 +0000 (18:25 +0000)]
Added a note about GtkWidget:has-tooltip in the docs for
* gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
the docs for GtkWidget::query-tooltip.
svn path=/trunk/; revision=21712
Mark Krapivner [Fri, 24 Oct 2008 12:34:09 +0000 (12:34 +0000)]
fix a typo
svn path=/trunk/; revision=21711
Matthias Clasen [Fri, 24 Oct 2008 04:25:14 +0000 (04:25 +0000)]
Add a missing type
svn path=/trunk/; revision=21710